Click or drag to resize

PushSubscription Constructor (StandardFolder, EventType, String)

Initializes a new instance of the PushSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PushSubscription(
	StandardFolder standardFolder,
	EventType eventType,
	string url
)

Parameters

standardFolder
Type: Independentsoft.ExchangeStandardFolder
eventType
Type: Independentsoft.ExchangeEventType
url
Type: SystemString
See Also